Search
ItemListView.addItems Method (Item[], String[], Icon[])
See Also
 






Adds the specified items to the end of the list box.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void addItems (
    Item[] itemList,
    String[] textList,
    Icon[] iconList
)

 Parameters

itemList

The collection of items to add.

textList

The List of texts to be displayed for the items.

iconList

The List of Icon to be displayed for the items.

 See Also